func runtime.asanunpoison

4 uses

	runtime (current package)
		asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr) { throw("asan") }
		malloc.go#L1163: 		asanunpoison(x, userSize)
		proc.go#L4270: 			asanunpoison(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		stack.go#L431: 		asanunpoison(v, uintptr(n))